home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
EnigmA Amiga Run 1996 March
/
EnigmA AMIGA RUN 05 (1996)(G.R. Edizioni)(IT)[!][issue 1996-03][Skylink CD IV].iso
/
earcd
/
program
/
ixemlsrc.lha
/
ixemul
/
stack
/
stkovf.c
< prev
next >
Wrap
C/C++ Source or Header
|
1995-12-23
|
146b
|
12 lines
#include <bases.h>
asm("
.text
.even
.globl ___stkovf
___stkovf:
clrl "A4(___stk_limit)" | generate no more stackoverflows
jra __XCOVF
");